home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 04 / setup.exe / MM6.Cab / F1806_UPMain.scpt.F6A680DD_F3FB_4CF3_BABB_0D0F06E630F5 < prev    next >
Text File  |  2000-08-17  |  230b  |  7 lines

  1. function CSURLPopupShow(formName, popupName, target) {
  2.     var form  = CSFindElement(formName);
  3.     var popup = form.elements[popupName];
  4.     window.open(popup.options[popup.selectedIndex].value, target);
  5.     popup.selectedIndex = 0;
  6. }
  7.